Have one of the other pages loaded then force a load of the content page. Probably the header page, since I imagine that only loads once whereas the nav page might change as you move around the site.
At my workplace I suggested we deep freeze all our COBOL programmers and thaw 'em one at a time when we needed to perform maintenance on our clunky old legacy systems. And I wonder why people don't take all my recommendations seriously...
If you anticipate your pages are going to be printed - and they will be printed if there is a lot of text on them - it is absolutley imperitive that you design keeping the issue of printer width in mind.
Virtually every usability study shows that surfers scan web pages and don't read them in...
You're out of luck unless they allow to use a full cgi-bin (many free servers limit what their cgi-bin can actually do). You need to be able to run a server-side script (perl, php, whatever...) that has permissions to write a flat file on the server.
There are free hosting companies that give...
Try this too...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>File name Capture from a URL</title>
</head>
<body>
<script language="JavaScript">
<!-- Instantiate Regular expression Object -->
var myRegExp=new RegExp();
var myRegExp =...
Yes, the parent document is the page that created the frameset, and both frames are chlidren of it. Assumming you named the first frame frame_1 and the seond frame_2 the pathing would look like this:
parent.frame_1.document.someobject.someproperty
parent.frame_2.document.someobject.someproperty...
Too wide. I had to scroll horizontally to look at it.
I didn't much like the linear nature of the main navigation bar either -- from any page I would prefer to be able to jump where I want to in the side, rather than having to go back to the main page.
Graphics looked nice and seemed to be...
It is not a dead end, ASP is not the only way of doing what you want to do. Your solution lies in any of the server-side scripting languages, such as ASP, php, perl, etc.
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.