Ask a Question related to ASP.NET General, Design and Development.
-
Elliot Rodriguez #1
Re: Hi, I always got "no" response, why?
Park:
Please post in the ASP forums. But to answer your question - try doing a
Response.write of the val variable to figure out whats being returned.
Also, what are you trying to load in the Load method?
--
Elliot M. Rodriguez, MCSD
*** It would take 227 cans of Mountain Dew to kill me***
"ParkPD" <rigmania@orgio.net> wrote in message
news:u6xXyo5SDHA.1948@TK2MSFTNGP12.phx.gbl...> Hi,
> I made asp page like this...
> <%
> Response.ContentType = "text/html"
> SET xmlDoc = Server.CreateObject("Microsoft.XMLDOM")
> xmlDoc.async = false
> val = xmlDoc.load(Request)
>
> if val=true then
> Response.Write("ok")
> else
> Response.Write("no")
> end if
> %>
>
> and I post my xml with client MSVC6.0 client.
> It's client is OK I think.
> But always returning response is "no"
>
> Why? Could you have some advice to newbie?
> Thank in advance.
>
>
Elliot Rodriguez Guest
-
CFINPUT type="radio" w/ "value" requires "label"
On a Flash form, when you specify type='radio' and value='whatever', the value of the 'value' attribute will be displayed as a label if no 'label'... -
Difference between "No Cache" and Response.Expires
> I think that this could be contradicting it self. I am No. I think you are confused about the difference between "expire" and "cache"... ... -
Response.ContentType = "application/vnd.ms-excel"
Hi , I have my asp successfully creating excel file viewable through IE using the header: Response.ContentType = "application/vnd.ms-excel" ... -
"Start" "Program" "Menu" list is empty
For what ever reason my list of installed programs in my "Start" "Programs" menu is empty. Anyone know how to restore the list. Thanks for your... -
response.redirect("mailto:email.ee.com")
if I do response.redirect(mailto:email.ee.com), it takes me to blank page. I am looking for a simple way of launching the client's default email...



Reply With Quote

