Search:
Type: Posts; User: llckll
Search :
Search took 0.01 seconds.
Hi,
Can anyone instruct me on how to create an XML file with the data a user inputs on the web form and then sending that XML file to a server using HTTP Post when the form is submitted?
Thanks...
Thanks George. As long as it works!
Hi All,
Does anyone have a script handy where based on the country selected from a drop down list, a URL at the bottom of the page can be changed?
This is the web form I'm working on...
Hey Coothead, I'm going to need your assistance one more time...
http://arcolacovenant.org/Redesign_Inside
Do you know how to prevent the content breaking out of the div tag? Rather, it should...
Was it because my canvas background was not transparent?
thanks so much. I didn't realize it was part of it.
Hello,
If you go to: http://www.arcolacovenant.org/redesign_index
The top and bottom bars and the about us drop down menu, there are these dots that are appearing in rows.
Does anyone...
Hi All,
Two questions:
1) I am using jQuery to rotate background images with my body container div tag.
How can I implement the fade in/out effect from one image to the next? Right now,...
Here is my udpated code that I worked on so far after my original post.
<!DOCTYPE html>
<head>
<title>Welcome to Arcola Covenant Community!</title>
<script...
Hi All,
I'm redesigning my church's website. This is what I need it to do:
1) body_container should be a background rotating image
2) top_bar keeps going behind the body_container when I...
Hi All,
Just had a question regarding SSL.
I have a few forms that are HTTPS. When a user fills out the form and submits the data, is the entire transmission (end-to-end) secure over the...
Thanks chryaner, it's the thought that counts!
I deleted it but on my iPad, it still gets cut off at the right... Any other ideas?
It's a different solution but I am only coding for a desktop version and not mobile. the right side should extend all the way to the right even on mobile devices. Can't find where to adjust my css.
Hi everyone,
I am working on my church's website and I am coming across an issue which only seems to happen on my iPad or any other mobile devices while on a PC or Mac computer it works just...
That's what I exactly need it to do but as you can see the source code on the page itself, it's very complicated to see the proper nesting.
{
$("#AddL2").click(function(){
$("#License2").slideDown("fast");
$("#main").height(function(currentHeight){
return currentHeight + 1000;
});
});
I tried this but it's not...
Hi All,
On this page: https://webform.bd.com/csdb/
How do I get the current height of the Main div tag and add 1000 to it? Same goes true for subtracting 1000 if someone wants to remove a...
When a user clicks on the add license add employer button on the from, a new grey section will appear for them to fill out.
Yes, I want to force the footer down is the hidden div tags appear.
...
Hi All,
I have a form where someone can click on add license or employer, and a hidden div tag will display with additional fields. The problem is that when the hidden fields are exposed, it's...
The CSS is shared by other pages so unfortunately i cannot alter the master CSS file.
Hi Experts,
I'm having an issue with my script/template.
As you can see in the attached image file, when the radio button keeps showing the next div tag based on the radio button selected, it's...
What I meant was, if a country other than United States or Canada is selected, then the State Field will automatically become "Not Applicable".
I applied the code you gave me but it didn't work.
...
I wonder what I was doing wrong. Nevertheless, it's working great.
Can I ask for one modification? If any other country is selected (not U.S. or Canada, the state field will default to "Not...