Thanks for your help guys. I have now got the coding to work okay, without any changes. Looks like it was a problem with my test rig. The Form is infact sent for processing to a server-side C++ Shopping cart app, so trying to simulate that in a test situation on my local PC must have caused the...
Hi,
I'm trying to check the contents of an HTML form using the onSubmit="return Validate();" option within the form statement, where Validate is a JS function. The function seems to be called okay before the Submit button, however whatever the result returned from Validate(), the...
Dan, thanks.
I was already using a div with position:absolute, so it was easy to add in the top/left to the div.style as you suggest.
Re downloading the .mp3. I zipped one up, and the .zip file was larger than the .mp3. So I thought as I want to offer site visitors the option to play the .mp3...
Hi,
I am developing a drop-down menu. To position the drop down boxes I am setting (item).style.left in IE, but Netscape ignores it. Same with .style.top . Any suggestions ?
Secondly: Can I have an href link to an mp3 file which instead of automatically invoking the media player, allows the...
Thanks,
showModalDialog() seems to do the trick. Is it possible to control the size and position of the dialog, like with window.open ? (Have tried to copy the parms but they do not work).
Do you know of an online source for IE user-support for this level of programming detail ?
Hi,
I am using window.prompt, to prompt the user for info. Is it possible to control where on the screen the prompt box appears ? By default it is top-left - not ideal.
Can I also control the size of the prompt dialog box ? By default it is far wider than it needs to be.
Can I also get rid of...
Hi, I am trying to set up a simple 2-frame index page, the top frame being a menu bar, which links to other pages. The main bottom frame displaying all other pages. I cannot get the menu bar links to bring up the new page in the main frame of the index page.
Index.htm:
<frameset...
Hi,
I'm trying to develop a drop down menu bar - where there is a row of buttons across the top of the page, and when you move the mouse over one of them a sub-menu drops down, lined up with the button. I am having trouble getting the sub-menu to line up with the button, especially if the...
Yes that site looks good, thanks.
One minor corollary. I have a table holding text, and I'm using a background-image behind the text. What I'd like to do is offset the text from the left hand edge of the table cell - ie set a left-margin, but without the background-image also being offset by...
Hi,
I'm trying to display a repeating background-image in either a style-sheet, or a div, (or both). However neither will display my image.
Code is :
.head11{text-decoration:none; font-family:times new roman; font-size:20px; font-weight:normal; color:#000077;
background-image:logo.gif...
Hi,
I'm trying to set up a simple text box, which will auto-include scroll bars to allow text larger than the box to be displayed. My test code is
<div id="priceswindow" style="position: absolute; width: 200; height: 300;
overflow: hidden; border-width: 2px; border-style...
Hi,
Can anyone point me to a Unix C++ email package. I need one I can install on my server and then #include and simply call a function from within my code to send a string of text as an email ? Please include the web-site URL where I can download.
Thanks.
Hi,
I need the Unix C++ equivalent of the Windows ifstream/ofstream filebuf setting, ie
os.open("file.dat", ios::out, filebuf::sh_none) ;
Can anyone tell me if there is one, or some other way to ensure a file cannot be updated twice simultaneously ?
Thanks.
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.