Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Link as object in NetScape
Message
From
11/10/2000 16:35:19
 
 
To
All
General information
Forum:
Internet
Category:
Javascript
Title:
Link as object in NetScape
Miscellaneous
Thread ID:
00428094
Message ID:
00428094
Views:
46
< head >
< script language="JavaScript" >

function Redirect( oForm )
{
	oForm.submit();	
	event.returnValue = false;	
}

< /script >
< /head >



< a href="http:\\" language="JavaScript" onclick="Redirect( Dealer);" >Dealer< /a >
< br >

< form name=Dealer method="post" action="http:\\www.iclhonda.com\WConnect\Wc.dll?IclMain~GetVinList" >
	< input type='hidden' name='lcDealerNo' value='206511' >
	< input type='hidden' name='lcPassword' value='50595' >
	< input type='hidden' name='lcUserId' value='Dealer' >
< /form >
< br >
Reply
Map
View

Click here to load this message in the networking platform