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
Ranked #27.9K
~2K People Reached
Favorite Forums

5 Posted Topics

Member Avatar for closetosane
Member Avatar for nadineatwaroo

Hi: The easiest way will be to - Read the department names and tul pic names - display the department name and hyperlink the department names with tulpic names and use a javascript for showing the pic which will show the picture on mouseover event

Member Avatar for nrvinayak
0
101
Member Avatar for kaden712

If you are not going to show the details in the initial page, you can just retrieve a distinct value of galleryId and then use them to link to detail page. eg. [code=sql]SELECT distinct galleryID FROM tblGallery INNER JOIN tblPics ON tblGallery.galleryID=tblPics.picCat;[/code] Hope this suggestion is of help to you.

Member Avatar for nrvinayak
0
155
Member Avatar for themailsian

Hi: The javascript seems to work perfect even in asp page. I can't find any mistake in the syntax of Javascript. I presume you are giving link in your asp script like <a href="nextfile.asp" onclick="confirmSubmit()">Click here</a> If you are using response.write to generate the hyperlink use chr(34) to produce the …

Member Avatar for nrvinayak
0
297
Member Avatar for adrian_fraggy06

[QUOTE=adrian_fraggy06;641516]Hi! I am a bit newbie in the web development world. In our company I am assigned to handle the newsletter. I would like to ask for a tutorial in how to make a newsletter and to how to embed or attach pictures and animation to it. Please do help …

Member Avatar for nrvinayak
0
167

The End.