I need to access a frame of an inner frameset from the outer most frameset. using parent.parent would give me what I need going the other way. But is there an equivalent like child.child?????
I actually tried it on a test page. I saved another site and removed that line completey. The new site that I saved loaded up fine. I don't know why. Perhaps the site I saved from was a .asp I don't know.
Daniel
<!-- saved from url=(0091)http://edge2.edge.pwj.com/OLS/jsp/sesupport.jsp?edge_id=PWT00000084&se_code=3001&color=gray -->
When I removed part of the URL the page didn't load properly.
You should look into www.ektron.com. They have eWebEditPro. I don't know the cost but from my understanding it is not very expsensive when you get a license for a few users. I do not know what the cost is, so I can't tell you for certain that this is what you are looking for. Good luck.
Daniel
I saved a web site and it added this line of code with the URL of the web site I was saving from. I thought it was a comment and when I deleted it, the top frames functionality didn't work quite right. The images were gone.
Daniel
Where can I find a list of all available objects or most of them in vbScript. I had to do a lot of searching on the net before I found something useful for sending mail CDNOTS. Another one is Set oRegistry = GetObject("winmgmts:{impersonationLevel=impersonate}//" & _
sComputer &...
What I would reccomend to do is:
<span id="changeMe"><img src="filename.jpg" name="image" usemap="var1"></span>
<a href="file.html" onMouseover="document.images['image'].src='newimage1.jpg'; changeSpan('link1'); return true;">Link...
I don't know if this will work, but what you can try doing is I assume there is a link to get user to next n. You can put a <span id=pos> around the link and when the page is loaded do a focus() to that id. Good Luck.
Daniel
Jack,
there is no way of getting the file size of a file you are trying to upload from a PC before it actually gets uploaded. The document.fileSize atribute only works with IE4.0 and higher and only works if the file has already been loaded in the html page.
Dan
This code sould work for what you want.
<html>
<head>
<script>
function tariffText() {
document.all.dynText.innerHTML = "<table><tr><td><input type='radio' name='tariff' value='175' checked><br><input type='radio' name='tariff' value='128'></td></tr></table>";
}...
Thanks Ken,
in the end, we decided not to use a shell script, instead we just used the [exec cp $source $destination] command.
Is there a difference between using TCL file rename or exec cp command?
Daniel Frankel
UBS PaineWebber
Thanks Bob,
I figured it out, I actually tried doing it a different way. I didn't want to overwrite the file, because I was affraid if it broke in the middle I would lose the whole file.
I did a [gets $channelId line] and split the $line by the = sign. Then I looked at the first variable...
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.