I'm not sure what you're asking me. The modal window is defined in the register div and is controlled by the overlay function. The only things that are missing are some of the graphics I use. ...
Type: Posts; User: Jim Weinberg; Keyword(s):
I'm not sure what you're asking me. The modal window is defined in the register div and is controlled by the overlay function. The only things that are missing are some of the graphics I use. ...
Bererlyh.
Thank you so much for the leads. I've looked at them and others and finally found something that lets the page display the way I want it to.
I only have one problem left. When the...
I'd like to have a form displayed on a webpage when the page loads. The form should overlay the normal page with the background being somewhat washed out. If the viewer either submits the form or...
guelphdad:
Thank you for your reply. When I didn't hear from anyone, I decided to just use 2 separate select statements. It was a bit more coding, but worked.
That said, I will now go back...
Looks like I spoke too soon. The script works the first time, but then stops working. I think the problem is that the form in the code has a null (action="#") value. The form on my page posts data...
Final note: I worked some more with the code and now it works, sort of. I works the first time, but then it stops working. The original code I was sent had a null ("#") value for the Action...
Thought I'd better add a note. I've been playing around with the code and now the DIV no longer displays when the page loads.
The bad news is that the pop-up doesn't work at all now. I've...
Okay, here goes:
HTML Code:
<head>
</style>
<style type="text/css">
#message {
position:absolute;z-Index:101;left:-3000px;top:-3000px;width:430px;
I don't know if this is a PHP problem or an HTML problem.
I have an HTML page that I just converted to PHP. In the original page I had a fade-in/fade-out pop-up box that vwphillips was kind...
Vic:
Works fine. Thanks.
Hi all.
What I have is a PHP file that queries a database. I want to use the results to fill a table that's defined in an HTML page. I'd like to do something like:
<HTML>
:
:
<table>...
Vic.
Many thanks. I'll give it a try.
Hi all.
I have two tables: products and products_description. They have different number of columns. I want to select information from both tables with a single query. When I try the query...
Hi all.
I have a form. When the submit button is clicked, I want a message to fade-in in a pop-up, wait for a pre-determined amount of time, and then fade out. Has anyone come across a script...
John.
Many, many thanks. I knew IE was quirky, but ....! Seriously, I can't tell you how long I worked at trying to figure out that problem. Should have posted it sooner. Again, my thanks.
...
I'm really hoping that one of the experts will take on this problem.
I've used the fade-in slideshow script for years with no problems. Recently, I decided to try a front-end Jquery routine. It...
Rookey. I'm having the same problem with dt tags. How did you solve the problem?
1) Script Title: Form Dependency Manager
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex16/formdependency.htm?os=windows&pass=ccccc&iis=on
3) Describe problem: I'm trying to...
Found an alternate method. Imbedded the servicesmenu call in a <div> and used a modified version of showhide.js I found on javascriptsource.com.
John.
My bad. There was an updated browser.js in the files you sent. I was looking at the build files. As for the server, I will have access to one when (if) I publish this puppy. I've...
John.
I appreciate your providing me with the files. Unfortunately, they didn't solve the problem. I checked and the date stamps for the new files are the same as the ones I had.
I don't have...
1) Script Title: Jim's DHTML Menu v5.7
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/jimmenu/index.htm
3) Describe problem: I put together a page with three layers of menus. ...
1) Script Title: Jim's DHTML Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/jimmenu/index.htm
3) Describe problem: I'm trying to put together a page with multi-level...
I'm putting together a webpage that has 3 menus. The first is the main menu, the second is the services menu and the third is a dropdown menu set off the services menu. The 3 menus are defined in...
Thanks for the info. I've looked at the Ultimate Fadein Slideshow and I think it will work if I just put it in a table with a fancy border. Not really what I want to do, but better than nothing. ...