Ask a Question related to Dreamweaver AppDev, Design and Development.
-
kimber13 #1
If response.write help
Hi, I am trying to code my asp page so that if you are on page Y, the link to
page Y in the nav, is in the over state to help users identify where they are.
I tried putting this at the top of each page: <% section = '05' page_title =
'Y' %> And this in my img tag: <img src='Images/sm_im<% If page = 'Y' Then
Response.Write('ON') %>.gif' name='y' width='125' height='20' border='0' id='y'function with a variable, but I'm not sure what it should look like. Thanks!> I'm missing something, but I cannot figure it out. I think I need to write a
kimber13 Guest
-
response.write URL
I have a page which lists conferences and events which the company for which I coded the site attends or hosts themselves. They want to be able to... -
quotes in response.write
Hi there, I want to do: response.write("bla bla bla "in quotes" bla bla") How do I show the quotes on the screen in asp like I have to do \"... -
Response.Write not working
Hello, in my ASP.NET c# project I can ouput text using response.write from the code behind class. It works in the aspx file using <asp:TextBox>... -
Response.Write and Response.Redirect
On my Page_Load event, i need to do some validation and then either let them proceed, or display a error message and boot them back to the previous... -
asp response.write doesn't display
Maybe you could start with a more barebones file, especially one without an unclosed LINK tag:



Reply With Quote

