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
~407 People Reached
Favorite Forums
Favorite Tags
Member Avatar for manjukakkadath

Im developing a script for dynamically creating html table structure so that from the input that has been given to the function it will fetch the values one by one and will create the structure. My problem is i want to add attributes to the elements created. sample code attached. …

Member Avatar for Taywin
0
164
Member Avatar for manjukakkadath

how to create variable name dynamically? eg: if (test==1) var test1=1 if (test==2) var test2=2 here test1 and test2 should create dynamically. i tried var "test"+1. But throws error. Any idea?

Member Avatar for Taywin
0
36
Member Avatar for manjukakkadath

Hello All, I am creating a website with password-protected pages in it. I have two type of customer: 1. Free 2. Paid For paid customers, pages would be rendered over HTTPS whereas for free customer, pages will be rendered over HTTP. However, pages for both types of users would be …

Member Avatar for aspproject
0
207