User Profile
Collapse
-
add this to the tables [HTML]cellspacing="0"[/HTML] -
if it is only one line of text you could use line height, you set the line height the same amount of pixels high as you do with the div so say the div is 500px high, you would add this to the styling of h4:
[CODE=css]line-height: 500px;[/CODE]
I am not 100% certain it will work in your case but it has worked for me beforeLeave a comment:
-
Doesn't that only work for input type="button" or does that work for input type="file" as well?...Leave a comment:
-
In the head section of your document add this:
[HTML]<script type="text/javascript">
function toggleVisibilit y()
{
if (document.getEl ementById('div id').style.disp lay==none)
{
document.getEle mentById('div id').style.disp lay="block";
}
else
{
document.getEle mentById('div id').style.disp lay="none";
}
}
</script>[/HTML]...Leave a comment:
-
If you want to do that you would have to edit the code in www.mysitename.com and add an onload event to the body tag, for example:
[HTML]<body onload="window. iframename.loca tion.href='URL' ">[/HTML]
because then that way, as soon as the body loads, the iframe's location changes to that specified
but if you do that, the button in the original page would be useless.
unless if www.mysitename2.com had...Leave a comment:
-
if titleContainer is the div you want center aligned just do this:
[CODE=css]
#titleContainer {
margin-left: auto;
margin-right: auto;
}[/CODE]...Leave a comment:
-
There is a lot to explain in creating a site with DreamWeaver, I suggest you try and find a tutorial that will explain in detail how you can accomplish this task.
Here are two links to tutorials on DreamWeaver, if these aren't what your looking for you can just try a search in google.
http://www.intranetjournal.com/artic...eam_index.html
http://www.haverford.edu/acc/docs/so...er/welcome.htm...Leave a comment:
-
If you are linking to another iframe within the iframe, you just add target="" to the link, like this:
[HTML]<a href="URL" target="IFrame name">Link</a>[/HTML]...Leave a comment:
-
you can use onkeypress="ima ge.focus()" but then the object gets focus even if you press the U key for exampleLeave a comment:
-
you could give the images absolute coordinates as well, post the code you're having trouble with so we are able to see the problem and you have a better chance of getting a solutionLeave a comment:
-
-
You could create one massive array, the data has to be entered into the system anyway otherwise where are you getting the recipients from?Leave a comment:
-
create variables for the values in the form and then when the user gets "redirected " to the page, just call them from the variables.Leave a comment:
-
It works fine for me in FF2 and IE7, try closing off your iframe with </iframe> and close off your anchor with </a>
P.S. Next time use code tags when posting code, it makes your code more readableLeave a comment:
-
You might be able to use PHP, here is a tutorial for doing such a task
http://w3schools.com/php/php_file.asp...Leave a comment:
-
Yes you can, all you do is this:
say iframe1 is the name of the iframe,
[HTML]<a href="URL" target="iframe1 ">Link</a>[/HTML]
hope it helps...Leave a comment:
-
or you could use getElementsByNa me, when you use the getElementsByNa me method, all elements in the document that have the specified name attribute or id attribute value are returned.
ajcolburn & mso5, please use code tags when posting code, it makes it a lot easier to read and resolve your problemLeave a comment:
-
use a form as the container, and the search button as a submit button, like this:
[CODE=HTML]<form onsubmit="...">
<input type="text" id="keywords" />
<br />
<input type="submit" />
</form>[/CODE]Leave a comment:
-
FullyH3ktik replied to 'Innertext' to write in a table cell generated through HTML doesn't work in firefoxin Javascripthave you tried using innerHTML instead of innerText?
because if it's working in IE but not in FF, you must have something wrong with your codeLeave a comment:
-
You would have to use VBScript, Maybe try posting in the JavaScript forum or do a search through google for something like: opening app from browser.Leave a comment:
No activity results to display
Show More
Leave a comment: