SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
Threaded View
-
May 9, 2005, 02:39 #1
- Join Date
- Apr 2005
- Location
- Bangalore, India
- Posts
- 90
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
problem with double quotes of javascrpit within ASP
i got to place a loop to create a call to javascript with different ID' s generated by asp like in the following code
<A class=menuBarLink onclick="return !showMenu('1', event);" ><img src='ADD.gif' align='left' alt='ADD MACHINE' width='24' height='16' border=0></A> <div class=menu id=menu1 onClick=event.cancelBubble ='true;"'><a class=menuBarLink onClick="return !showMenu('1', event);" ><img src='ADD.gif' align='left' alt='ADD MACHINE' width='24' height='16' border=0></a></div>
but for that i will have to remove the " and place a ' but this gives an error and the javascript does not work....how can i rectify the error...
CavemanDon't ask what your Country can do for you,
Ask what you can do for your Country.
Bookmarks