I have the following XML sample:
<?xml version="1.0" encoding="utf-8" ?>
<Sample>
<Parent>
<Child>
<Key value="0"/>
</Child>
<Child>
<Key value="1"/>
</Child>
</Parent>
<Parent>
<Child>
<Key value="0"/>...
I am trying to use a cookie based counter on my website to keep my counter value from increasing if the user hits the refresh button. However, my setcookie function is not working properly and I can't figure out why. What I have determined is that it will work outside of my if block, but not...
Can someone show me how to use the window.open function with VBscript and a hyperlink? I've read through the documentation on Microsoft's site, but for some reason I can't get it to work. Thanks for the help.
I am referring to using the style tag within the tag itself, though now I think I've got it figured out now.
msgbox document.all.item("divTest").style.display
For some reason this wasn't working earlier. I'm guessing there was a problem with one of my style tags or something.
How can I get a message box to display the style of an object on my page. For example, if I want to check the style of a div on the page and display it in a message box, how could this be done?
Thanks in advance.
Is there a way to write a query that just returns the names of all the columns in a given table? If so, how can this be done?
Thanks for your help in advance.
Hey guys, thanks for all the suggestions. I finally figured out a way that I could get the word wrap to work. You can use the CSS style style="word-wrap:break-word". This worked really well for me. You can check out documentation on this at Microsoft's site. Here is the link...
Dwarfthrower,
Are you suggesting to examine every comment field and then chop it up accordingly, or do you have a better way in mind. There are several comments on this page/report and processing time would be slowed dramatically if I had to examine every comment field.
Greedyzebra, your suggestion didn't seem to work. Here is an example of the scenario I have:
<%@ Language=VBScript %>
<% Option Explicit %>
<% Response.Buffer = True %>
<HTML>
<HEAD>
<TITLE>Test Page</TITLE>
</HEAD>
<%
Dim strComment
strComment = "AComment"
%>
<BODY>
<TABLE...
You can use the Weekday() function to do this. It takes a date and returns a value between 1 and 7 to indicated the day of the week. Sunday = 1 and so forth.
Does anyone know how to force cell wrapping to occur? Here is the problem. I have an ASP page with a table on it. I need the cells in the table to be an exact width so that everything on the page lines up correctly. The problem that I am having though is that the table gets all of its values...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.