Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~982 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for zenghoong

I've made a "more" button and whenever i click it, another upload input will be displayed. Problem is, once I add the <div>, then it stops working. Is there any way around this? [CODE] <html> <head> <script type="text/javascript"> var instance = 1; function newUpload() { instance++; var newInput = document.createElement("INPUT"); …

Member Avatar for urtrivedi
0
122
Member Avatar for md_salman

I've done this base on your instructions and modifications. It works. But once I add the <div> tags, then it stops working. Any way around this? [code] <html> <head> <script type="text/javascript"> var instance = 1; function newUpload() { instance++; var newInput = document.createElement("INPUT"); newInput.size = "12"; newInput.name = "regPictures" + …

Member Avatar for zenghoong
0
860

The End.