|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
how to use multiple scripting languages in asp
<i><b>Originally posted by : GoodLook (deloenzien@goodlook.be)</b></i><br /><br />how can i use multiple languages in a asp page ?<br /><br />i've made a script in java (for rollovers)<br />when I mix asp en javascript it goes wrong.<br />how to do?<br /><br />best regards,<br />De Loenzien Geert<br />deloenzien@goodlook.be<br /><br />
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : tim curtin (tcurtin@nhhartford.com)</b></i><br />since the rollovers are going to be on the client-side, just code the javascript as normal client code. <br />Make sure you are terminating the server-side tags.<br /><%<br /><br /> 'asp stuff<br />%><br /><script language=javascript><br /><!--<br /> function DoSomething(){<br /> //client side code<br /> }<br /><br />//--><br /></script><br /><br />also, if you debugging in Visual Interdev, it may help in showing where your code is in error.<br />Tim<br /><br /><br /><br />------------<br />GoodLook at 5/26/2001 2:23:18 AM<br /><br /><br />how can i use multiple languages in a asp page ?<br /><br />i've made a script in java (for rollovers)<br />when I mix asp en javascript it goes wrong.<br />how to do?<br /><br />best regards,<br />De Loenzien Geert<br />deloenzien@goodlook.be<br /><br />
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > how to use multiple scripting languages in asp |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|