I have a drop down menu. I am trying to set it up so that when the link is clicked, the page, or in my case the pdf loads ina new window. I have tried target:"_new" and target:"_blank" already with no success. Below is the code.
menus[4] =...
I need to be able to read in a keystroke in middle of a function. All the help I have gotten before is only helpful if used in the form area. What I have is something like this:
function example()
{
...
...
checkkeystroke()
...
...
checkkeystroke()
...
...
checkkeystroke()
}
and
function...
I have 2 frames. In one frame I have a form. In another, I have results show up. I can get items to appear when writing to the different frame. My problem is that all the code on the results page that was there before writing to it is no longer there, such as the background. I also have a...
Is there html code to automatically resize a background image from say 600x800 to another size. I have an image that looks great on a 600x800 resolution, but when viewed at a higher resolution, the image is displayed multiple times to fill the screen.
Thanks,
Skills
I have a frameset, with menus that use div. The top frame has this code:
...
<DIV ID="cs2menu"
style="position:absolute; left:193px; top:45px;
width:120px; height:60px; z-index:1;
background-color:#FFFFFF; layer-background-color:#FFFFFF...
I am trying to access the array of anchors. What I want to do is take either the name or id and assign it to a variable. This is used later on in an internal search engine. I am having a problem with null.
What I have now is this:
pdf_link = first_window.document.anchors[i];
Is it possible...
I have designed an internal search engine. I have it working to the point that it will search and find what I am looking for. My problem is that it is inconsistent, and when running the search engine with the same search string multiple times, it finds a different number of results every time...
Can anybody see the problem with this line of code. I get an invalid argument on it every time, and I don't see the problem.
var first_window = window.open("eso.htm","first window","width=100,height=100");
I have a problem with using parent.frame.document in my code.
I have multiple instances of parent.frame.document to change a frame url being performed in a row. The frame that is being changed is hidden. My problem is that only the last parent.frame.document of a selected group will actually...
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.