Please support our ASP advertiser: Lunarpages ASP Web Hosting
•
•
Join Date: Aug 2007
Posts: 76
Reputation:
Rep Power: 2
Solved Threads: 4
Hi to all
am new to asp and am parcipating a project on asp in our company... here i got one prob that passing the parameter thru onclick.. i tried a lot but nothing materialize..
i have 5 buttons here.. for all buttons same function that i have to submit the form iprev.. here my prob is when i save parameter into a session variable its showing "type mismatch" when i call the function.. here i given my codes and function nooooo sub.. plz if u can guide me plzzzzzz
am new to asp and am parcipating a project on asp in our company... here i got one prob that passing the parameter thru onclick.. i tried a lot but nothing materialize..
i have 5 buttons here.. for all buttons same function that i have to submit the form iprev.. here my prob is when i save parameter into a session variable its showing "type mismatch" when i call the function.. here i given my codes and function nooooo sub.. plz if u can guide me plzzzzzz
<input type="button" value="Upload" name="B1" onClick='uploadpicture("img1")'><br><br>
<input type="button" value="Upload" name="B2" onClick='uploadpicture("img2")'><br><br>
<input type="button" value="Upload" name="B3" onClick='uploadpicture("img3")'><br><br>
<input type="button" value="Upload" name="B4" onClick='uploadpicture("img4")'><br><br>
<input type="button" value="Upload" name="B5" onClick='uploadpicture("img5")'><br><br>
<script language="vbscript">
Sub uploadpicture(imgno)
Session("imagecap" & strSUnique) = imgno
Document.iprev.submit()
End Sub
</script>Similar Threads
Other Threads in the ASP Forum
- Checkbox has no properties in FireFox. Works fine in IE (JavaScript / DHTML / AJAX)
- email, zipcode, and password confirm problem (JavaScript / DHTML / AJAX)
- Wireless Mouse Issue (Peripherals)
- hid mouse with 7 buttons (IT Professionals' Lounge)
- handling extra mouse buttons? (IT Professionals' Lounge)
- How do I Click the Command Buttons In other Executable Programs (Visual Basic 4 / 5 / 6)
- Fully Customize your desktop (Windows NT / 2000 / XP / 2003)
- Unable To Click Buttons (Web Browsers)
Other Threads in the ASP Forum
- Previous Thread: help me please. i am making a login page..
- Next Thread: SQl Injection through ASP and MS SQl 2000
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)






Threaded Mode