BlackReefDesign
08-14-2010, 06:26 PM
Hello,
Here is the code excerpt as it stands now w/ the CSS button:
response.write "<div class=pcShowProductNFS>"
response.write pEmailText '// reason why it's not for sale
response.write "<br/>"
response.write "<input type=""button"" class=""submit2"" value=""find a dealer"" onclick=""window.location='viewContent.asp?idpage=4'"">"
response.write "</div>"
Notice the bolded text - that is the CSS button line. What I want to do is replace it with an image, and the image is located here:
http://www.gem-tech.com/store/pc/images/silencershops.jpg
Now, I've tried a few different things, but nothing has worked. Nothing is coming up on google search either.
Any help would be appreciated on this, I know this must be basic for you ASP guys but I am really having a hard time for some reason.
I did try this, but it did not work:
response.write "<div class=pcShowProductNFS>"
response.write pEmailText '// reason why it's not for sale
response.write "<br/>"
response.write "<input type=""image"" src""http://www.gem-tech.com/store/pc/images/silencershops.jpg"" onclick=""window.location='viewContent.asp?idpage=4'"">"
response.write "</div>"
Here is the code excerpt as it stands now w/ the CSS button:
response.write "<div class=pcShowProductNFS>"
response.write pEmailText '// reason why it's not for sale
response.write "<br/>"
response.write "<input type=""button"" class=""submit2"" value=""find a dealer"" onclick=""window.location='viewContent.asp?idpage=4'"">"
response.write "</div>"
Notice the bolded text - that is the CSS button line. What I want to do is replace it with an image, and the image is located here:
http://www.gem-tech.com/store/pc/images/silencershops.jpg
Now, I've tried a few different things, but nothing has worked. Nothing is coming up on google search either.
Any help would be appreciated on this, I know this must be basic for you ASP guys but I am really having a hard time for some reason.
I did try this, but it did not work:
response.write "<div class=pcShowProductNFS>"
response.write pEmailText '// reason why it's not for sale
response.write "<br/>"
response.write "<input type=""image"" src""http://www.gem-tech.com/store/pc/images/silencershops.jpg"" onclick=""window.location='viewContent.asp?idpage=4'"">"
response.write "</div>"