But how can I combine JavaScript and ASP.NET. I need to update a table which I do with vbscript but I also need to close the window which can only be done in JavaScript. Is there a way to chain the two scripts together.
I have a very simple question. What command can I use from a ASP.NET sub routine to close a popup window. In JavaScript Self.Close() would work but I can not find any equivilent in ASP.NET.
Bill Guttman
I am trying to set the page to print in landscape using CSS. Why does this code not work.
Bill Guttman
Great HTML Links - http://www.katungroup.com/html.htm
Great JavaScript http://www.katungroup.com/javascript.htm
<html>
<head>
<title>Untitled</title>
<style media="print"...
Hope this helps.
http://www.aspwatch.com/c/200046/dED1BF0E8B00811D4AF0000A0C9E95208.asp
Bill Guttman
Great JavaScript Tips at:
http://www.katungroup.com/javascript.htm
This site will offer you all the CF Online testing you could want.http://www.katungroup.com/cftraintest.htm
Bill Guttman
Great Coldfusion Links at http://www.katungroup.com/coldfusionlinks2.htm
I tried this exact code on two different CF Servers and it worked fine.
Bill Guttman
Great Coldfusion Links at http://www.katungroup.com/coldfusionlinks2.htm
Try this
<script language="javascript">
location.href='http://www.katungroup.com'
</script>
Bill - katun@mindspring.com
Great JavaScript tips
http://www.katungroup.com/javascript.htm
This code shows you how to do an ASCII dump of a text area. The bottom line is that the end of each line will have an ASC 10 and 13 appended to the end of the line. You can use this information to parse out your lines and format them properly within your HTML.
For Other Great Coldfusion...
Try this site http://www.cfcomet.com/cfcomet/
Bill Guttman - katun@mindspring.com
For more great Coldfusion Tips goto my site http://www.katungroup.com/coldfusionlinks2.htm
Try this code. Put a value in a unique session variable for every link and pass a sequential id via a URL parameter and use that URL parameter on the next page to figure out what session variable to assign the hidden ID from.
Bill Guttman
Great Coldfusion Tips...
Why not use Session or Client Variables, I think that would be a much better choice for this type of information.
Bill Guttman - katun@mindspring.com
Great Coldfusion tips at http://www.katungroup.com/coldfusionlinks2.htm
Is there any way to sort my favorite folders. This is very frustrating. I had favorite folders to IE 5.5 and the folders are not sorted alphabetically. This makes it very difficult to find stuff. Please help.
Bill Guttman
http://www.katungroup.com
This code snippit should get you close.
<script language="JavaScript">
if(typeof x == "undefined")
{
alert('Not a Variable');
}
</script>
Bill Guttman - katun@mindspring.com
Great JavaScript tips at
http://www.katungroup.com/javascript.htm
I attempted to use CFGrid on a very complex project. I ran into lots of problems and ran into a number of bugs and limitations. I would highly recommend using a table instead. If you really need a tool like this I would recommend using a proven Java applet for doing this.
You should be able...
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.