No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Please post the code. Then only it will be easier to debug and advise you.
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
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.
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 …
[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 …
The End.
nrvinayak