TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

Html help

Page: 1 Reply
Jun 14th 2002#53107 Report
Member since: Jan 24th 2002
Posts: 22
I have a rollover menu button with the code

a href="#" onMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage('index_r2_c2','','images/index_r2_c2_f2.jpg',1);" target="_parent" ><(nocode)img name="index_r2_c2" src="images/index_r2_c2.jpg" width="87" height="20" border="0">
I want to incorporate the following code into the above

a href="javascript:loadPage('Window',null,'lhome.htm')">
I tried putting them togehter but it doesn't work.

I deleted the <> so that the code is visible
Reply with Quote Reply
Jun 14th 2002#53114 Report
Member since: Mar 24th 2002
Posts: 3114
er...those overs trigger functions generated by dreamweaver (I think), and that piece of source doesn´t tell me anything.. :(
Reply with Quote Reply
Jun 14th 2002#53115 Report
Member since: Mar 24th 2002
Posts: 3114
"<(nocode).." <--- er...what´s that "nocode" there? Might that be the thing screwing things up for you?
Reply with Quote Reply
Jun 15th 2002#53145 Report
Member since: Jan 24th 2002
Posts: 22
lol no I put that there cause the board wasn't displaying the code
Reply with Quote Reply
Jun 15th 2002#53265 Report
Member since: Apr 20th 2002
Posts: 3000
err is javascript:loadPage('Window',null,'lhome.htm') to create a popup window or something.
Reply with Quote Reply
Jun 16th 2002#53324 Report
Member since: Mar 24th 2002
Posts: 3114
I think loadPage('somevariableusedInTheFunction','blah','blah')
Is a custom function, and we can´t know what it does without looking in the source.. But it could be, yes. The values of the variables sound like they could be attributes for a window.open() - function.
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum