HTML - Html Href "target=" Browser Issues
Hello,
I've got a simple page with frames and a list of links. I'm trying to get hyperlinks to open into a frame called "PicFrame." The code I've got works (opens the link into the PicFrame) in IE8, FF, Opera, and Chrome, but not IE6 or IE7 which is what my 2 computers use most-frequently. Does anyone have any suggestions for a workaround? A fragment of the simple code is below. Thanks. HTML Code: //WITHOUT A HYPERLINK <TR><TD> <font size=2 face="verdana">Team 6 - Dewey, Killum, & Howe</font> </TD></TR> //WITH A HYPERLINK <TR><TD> <font size=2 face="verdana">Team 7 - <a href="picturePage.PHP?id=003-1-2009-07"; target="PicFrame";> Setting John Malkovich</a></font> </TD></TR> Similar TutorialsI regularly send e-mails with large PDF attachments and quite often the e-mails bounce back from their servers, even with really small attachments. I would normally just send a link to a file on our server, but my boss doesn't like this because he tried opening it on his machine and his plug-in for Adobe is corrupt giving him a blank screen, and this leads him to believe this is what others are seeing. I know, I know... But I am not in a position to educate him on fixing his own computer. My question is: Is there ANY workaround to creating a link that will open a PDF in reader directly? I cannot use PHP or any other server-side script as this is an e-mail, not a web site. But I can't risk sending attachments that bounce back. Any solution to this?? -Ryan Hi! I would like to be able to click on a button on my page and have the page automatically scroll down (or up), BUT I DON'T want to specify the address of the site or the name of the file... So the following won't do: <a href="filename.html#gohere">button</a> <span id="gohere"> text Is there a way to introduce an anchor without having to name the source? I want the users of my page to be able to change the name of the file and still have it work.. if at all possible. Please let me know. huge thanks in advance! evajs *please bear with me this is a simple problem which is sort of hard to explain* I run a very small (15 page) website for myself. The site consists of an image_list page, which is an index of 13 thumbnail images. Each thumbnail links to a single page, each page being a larger image of the respective thumbnail. These 13 individual pages are directed at the same base target window, _ximage. you can find the image_list window he http://www.winslowsmith.com/work/index.html click on any one of these thumbnail links and a new window (_ximage) will open. navigate back to the image_list and click another link, the _ximage window will reload with the new page. Pretty simple, right?, just a <base target=""> command. In safari this all looks swell, and the _ximage window, whether open or not, will always come to the foreground to load. Not the case in Firefox. My problem in Firefox is as follows: opening one of the given links in image_list will load a new window (or tab), with _ximage target, and the first time, that new window/tab with _ximage target will come to focus and be in the foreground. However, if the viewer leaves the _ximage window open, and navigates back to the image_list window and clicks another link, that link will load appropriately but the _ximage window will remain in the background. (and it works the same whether you are using windows or tabs to load your new pages). This is frustrating because it forces the viewer to click twice rather than just once to get to one of these 13 pages, and said pages are the reason people would traffic to the site. Is there any way to have the links to base (_ximage) target always load in the foreground in Firefox(even when the target window _ximage is open)? Is there code to tell the Firefox browser, hey this is an important window load it in the foreground? Is there a way to do it with anchors? any help is appreciated Hi, please have a look at a work in progress here. This theme temps to have a mind of its own... the 3 links that you see on the page wont open in a new tab whatever I try. Could someone tell me whats causing this? Thanks you. So in a regular html text link, I can place the tag target="_blank" and it will open a new window when you click the link, and place the links contents into that new window. However, if I add that tag to a link associated with an image, the link replaces the current frame with the link contents. Is there any simple html way to have an image link open a new window? - Neil My jump menu/form has the attribute of target="_blank" but it doesn't seem to work. I'm a first time newb so i don't understand why. I have created a link and use the att _blank and it works fine. Any help would be super cool. Thanks. http://216.172.187.90/~httpmtfd/appr...es_archive.php http://216.172.187.90/~httpmtfd/agenda_archives.php Hello folks, I have written some html, xhtml possibly, which has an href to another page, the second page being in frames and in a new window. It worked fine on an Me but now in XP it won't open the 2nd window (from the link in the first) saying it can't locate file bla bla bla, check the address.... The odd thing is where there were gaps in the address which I blocked in with a " %20 " for the browser to recognise, its saying its looking for the right address but with a 25 where all the %20's are, as well as the twenties themselves, so they now appear as "html%2520code" for example. When I open the file that is the target of the link I get the typical white file not found page, but it is dividing the screen as the frames of that file tell it to do. I would appreciate somebody telling me what the error could possibly be What is the best replacement for a valid target="_blank" for XHTML 1.0 Strict doctype. Any suggestions? Hi, I have folder image to keep my images where abc.gif is inside. By using "/" infront of the source it couldn't find the image. Any advices? Hi, This question has been vexing me from quite some time now. When one links to the resources outside his/her website should the target="_blank" attribute be used for the <a> tag? Normally I use target="_blank" for anything that is outside my website. But this question bothers me even more when I am creating a list of resources. Since, while viewing these lists user will be more interested in the resources than my website. Recently I came across the following opinion a lot times: If the user wants to come back to your site he has the back button and also he can use the "Open in new window" option if he wants the linked resource to open in new window. Please share your thoughts about this point. Thank You. I couldn't find any older threads about this. On internal links it's definitely a no-no, but on external links I think it's up to the webdesigner to choose. What do you think? Hi there, I m using dom with css in my web page. Using the document type <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> My dom effect is not visible in mozilla 2.0. In stead if I am using the document type <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html xmlns="http://www.w3.org/1999/xhtml"> Is this vaild using w3c standards? Any help in this issue would be appreciable. Thanks in advance Hi there, I m using dom with css in my web page. Using the document type <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> My dom effect is not visible in mozilla 2.0. In stead if I am using the document type <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html xmlns="http://www.w3.org/1999/xhtml"> the dom effect is visible. Is this vaild using w3c standards? Any help in this issue would be appreciable. Thanks in advance Hello I have a problem. <a href="...">...</a> isn't working in IE, so noone using IE can see my page. My page only uses html and basic CSS (it is a simple page). Here is a link to my page if anyone can help... http://ahat.pef.uni-lj.si/po0910/Sku...r/fizika1.html Ok I am sure it is something simple, but that is just my problem I am to complex to see the simple things in live like the following....... <a href="" target="iframe" class="menuanchorclass" rel="anylinkmenu2"> <img border="0" src="images/referenties.gif" width="133" height="39"></a> I am using the above line on a page, when hoovered over the image a sub menu opens up with clickable links...... That part works great, BUT...... the image itself is a link also and you can click on it I just want nothing to happen when you do. Let me try to explain, the image is a button right? when i move the mouse on the button a sub menu appears on the right, the links in the sub menu are fully clickable and work fine. However when you stay on the button and do not move to the sub menu than you can also click on the button itself..... anoying i do not want that and if I realy have to I dont want anything to happen when you click that button. I tried a few things but nothing helps me with this even a search didnt do it, must be my english.....I am dutch lol. please help. Hi, Glad I found this website. I'm a novice at html. I've been reading through some unrelated posts and learned a few new things already! I am helping someone build her website (learning along the way) and ran into a display problem in Mozilla that did not with I.E. After spending many hours helping my friend with a website and learning along the way, to my horror, I find that one of the frames do not display with Mozilla. I tried looking online to solve the problem but can't find anything with the same error. I'm hoping someone can help me ... please :-) I temporarily posted the website files at http://home.comcast.net/~test_pearlyeemd/ As you can see, the left frame does not display in Mozilla, but does in I.E. I suspect it's a compatibility issue but am not sure. Then I poked around in the Mozilla browser's Tool | Error Console and it gave me an error "document.layers is undefined" ... I have no idea what this means. I really don't want to start from scratch as I've already invested so much time into what I already did. Any help/suggestions would be greatly appreciated! Thanks! Hi All - I'm new to the forums and also somewhat new to web development. I'm trying to scrape together a website for my wedding and have managed my way through most of it, however the RSVP form is killing me. I believe the page is working fine with FF3 - at least it does what I want it to do. In IE7 however, when the submit button is pressed IE appears to hang, and status bar reads "waiting for rsvp2.php". The page never appears, however the file creation on the back end does complete successfully, so it IS doing something. I have changed the form method to "get" and IE seems to proceed normally, but I don't want to use this as a permanent solution. The URL is below and any help would be greatly appreciated. If there isn't enough information please let me know! www.nikiandzack.com/rsvp.php Thanks, Zack A customer gave me a Word doc that they want turned into a printer friendly web page. I understand that there are tons of ways to do this but I really want the answer to the subject. What i'm referring to is a form that someone can print from the browser and "fill in the blanks" on the page where there are "underscores". My question is how to code those underscores. I tried manipulating the <hr> tag but it's putting way too much space in between each <hr>. I've already coded a "fill in the blank" line using <u> nbsp;</u> but that looks very messy. What do you guys/gals think? http://www.colletts.co.uk/winter_dolomites.htm I have the above page that redirects users to my Winter Website - the HTML below isn't valid W3C does anyone know of a better and valid way to get this done? Cheers, Mas HTML Code: <META HTTP-EQUIV="Refresh" CONTENT="2.5;URL=http://www.colletts.co.uk/winter/winter_dolomites.html" /> I was hoping someone could clue me in as to whether or not this would be possible. I'm thinking it isn't but I need to make sure. I'd like to provide a file for people to download on my website, but when they click on the link and the download window appears I don't want them to have the option of opening it. Is it possible to only give them the option to save the file? Sounds incredibly unlikely but I gotta know. |