Lets say I’m editing my an external whatever.xml file for my project.
The line I’m editing looks like this:
<image source=“images/index_16.jpg” action=“javascript:MM_openBrWindow(‘http://www.justinhale.com/2003/zippo/zippo.html’,’’,'width=700,height=500’)” />
Now, I don’t want to use javascript anymore, and I’d like to use an inline frame in the index.html file, which I’ve named TTop.
The image source would stay the same, as would the action url, minus the javascript…
,
<image source=“images/index_16.jpg” action=“http://www.justinhale.com/2003/zippo/zippo.html” />
But how would i add target=TTop to that?
I’ve tried adding commas, all kinds of different syntax, and I can’t get it to work.
Help? Ideas? Help?