Topic: new window (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: |
posted 09-27-2004 06:03
this is going to sound really, really dumb. i've forgotten the command to open a link in a new window. in fact, i don't even know if i ever knew. |
Bipolar (III) Inmate From: Beyond that line... |
posted 09-27-2004 14:18
Believe me... if you've read some of my previous posts I don't think you'd like me to say anything!!
|
Maniac (V) Inmate From: under the bed |
posted 09-27-2004 18:08 |
Bipolar (III) Inmate From: |
posted 09-28-2004 12:09
good point there DL-44. it's been a while and i have to dive back into all this. all fixed, cheers! |
Nervous Wreck (II) Inmate From: |
posted 09-29-2004 08:23
Hi, Josh. Good work, mate. |
Bipolar (III) Inmate From: |
posted 10-16-2004 01:56
Hello there "Tekapo", all's well, how's your complicated PHP going? |
Nervous Wreck (II) Inmate From: |
posted 10-18-2004 02:00
Hi, Josh. How are ya? I have been missing you and your family very much. Please say hi to your dad especially, mate. I have been doing Visual Basic for a while. I have not had a chance to play around with PHP, mate. Keep good work, mate. Cheers. |
Paranoid (IV) Inmate From: schillmania.com |
posted 10-20-2004 03:05
It might be worth mentioning that in XHTML (strict I think), the target attribute has been deprecated and so a window.open() call should be used for opening in a new window. (Almost seems backwards in some ways to me, but I assume I'm missing something.) |
Maniac (V) Mad Scientist From: New California |
posted 10-20-2004 04:36
Yeah, in order to get my home page to validate as XHTML strict, I ended up with this syntax: |
Maniac (V) Mad Scientist From: the smaller bedroom |
posted 10-20-2004 08:15
Hey Bugs! code: <a href="http://www.google.com.au/" rel="external">new window</a>
code: <script type="text/javascript">
|
Maniac (V) Mad Scientist From: New California |
posted 10-20-2004 17:42
Hey reitsma! |
Maniac (V) Mad Scientist From: the smaller bedroom |
posted 10-25-2004 08:21
excellent point bugs... |