I am having the most difficult time…
I am have a line of text in ie: January Photos
I want this word to be clickable to link me to a .swf file
I want this to open in a new window and set the size of this window
Is there a line in html, dhtml or java that in one line makes the type
IN Html the way to do this is without controling the size of the window is simply
<AHREF="http://www.swordinthestone.20m.com/thisislondon/010403.swf" TARGET="resource window">Click here to see what my current script does with html</A>
<A HREF="http://www.swordinthestone.20m.com/thisislondon/010403.swf" TARGET="resource window">Click here to see what my current script does with html</A>
in Java I have found this script
<FORM>
INPUT type="button" value="New Window!" onClick="window.open('http://www.pageresource.com/jscript/jex5.htm','mywindow','width=400,height=200')"
</FORM
<FORM>
<INPUT type="button" value="New Window!" onClick="window.open('http://www.swordinthestone.20m.com/thisislondon/010403.swf','mywindow','width=400,height=200')">
</FORM>
Now i need a line of script in html, javascript or dhtml that works like the java but allows me to use type as a link instead of a button.
Can anone tell me?
[EDIT BY LOSTINBETA] to show code. Please use [ PHP ] [ /PHP ] (no spaces) to show HTML code [/EDIT]