Hi all,
I am trying to pass form name dynamically. But this script is showing an error.
"document.formName is undefined". How to solve this. Thanks in advance.
<script language="javascript">
function showAll(form,fieldName) {
var formName = form.name;
alert(formName);
document.formName.search_mode.value = "";
docum...
Hi,
I'm trying to build a native application that for all intents and purposes is HTML/CSS and Javascript. It all works fine, but when the UIWebView loads there's a delay while the DOM is populated, images retrieved etc.
Is there anyway to display a background image on the UIWebView, or something behind it? Ideally this will be the s...
Hello there,
I am trying to work with the lavalamp plugin for jquery and add a drop down functionality to that.
Both the drop down and the lavalamp effect works fine on this code except my problem is the drop down extends the lavalamp effect. As soon on the pic below.
http://yfrog.com/5zlavalampdropdownj
i am sure the problem is wit...
Hi
My web site page contains lot of queries. So it takes lot of time to execute, and ends in an error. Could you please tell me how to increase the execution time (may be the query execution) through php coding?
Thanks in advance
...
I'm using IE8 and jQuery 1.4.2. My web page is no longer rendering correctly, and a quick look in the debugger at the HTML shows that every element now has a new attribute called "jQuery1279875396122", whose value is a small integer, apparently unique to each node.
Looking at the jQuery source I can see that the long number comes from (...
Hi
Thanks in advance. while installing the magento on server i got the following error
Database server does not support the InnoDB storage engine.
How i overcome this?
Database connection error.
Does any one know this? Please help me..
...
As the question title says, how can I send html mail using a shell script?
...
I have made a personality test users can fill in. (Its in dutch, find it here: http://www.schoolvoorontwikkeling.nl/contact/nieuwe-test ) It consists of about 15 multiple choice questions. At the bottom is a submit button, and it is rather far down. When the user clicks it he is redirected to a page that displays his "score" which is bas...
How can I create this efect with text-shadow?
...
Following on from my previous two questions:
http://stackoverflow.com/questions/3310387
http://stackoverflow.com/questions/3307520
I have a jQuery UI 1.8 autocomplete box in my form, and for the most part it works like a charm. The one problem I have is that if I enter a valid name, but do not select the choice that appears, then the ...
I have got to sift through multiple websites and look for misssing images, the problem I am facing is that, they are very hard to find.
Just looking through the code and comparing it to the image directory is not an option, as there are several image folder references, with a large number of images inside each.
My normal method just i...
Hey guys,
I've got a php variable like so.. $name = $_REQUEST['name']; I'd like to put it in a HTML form field's value e.g in here.. <input type="text" name="name" value=(php variable here) />
How would I do so?
Thanks.
...
I was wondering, whats the best way to handle common HTML controls in ASP.NET? I mean, ASP.NET server controls generate too much crap inside the code so I rather use common controls.
But how about databind and how to manage those common objects correctly (such as combobox, textbox and so on)?
...
Hi!
Is it possible to center floated divs in a container and if so how?
For example I have a page with a container div containing lots of variable sized (dynamically generated) floated (left) divs. The divs overflow onto the next line reguarly but they are never centered in the container div, instead alined with the left. It looks like...
Hi,
I am using Iframe and In Iframe a dynamic image is loding. I want to use that Image as a link to the respective article. Actually this is a news site.
I already have used many stuffs like:
<a href="whatever.."><iframe src="dynamic url"></iframe></a>
does work with IE but not with safari and FF.
and
some tweets like
div.ifr...
I am attempting to implement a tagging system into my asp.net MVC project. When a user edits or adds a task, they can add any amount of tags they want before submitting. I am using the Jquery Tagit plugin, so when a user adds a new tag an input field is created that looks like:
<input type="hidden" style="display:none;" value="tag1" n...
my html code-
<div class="logo"><h1><a href="index.html" class="lg">Shizin</a></h1></div>
my css code-
.lg {
font-family:Monotype Corsiva, Times, serif;
}
but it is not working.how can i set font style?
...
Hey guys,
I'm using the following to set the value of a text area..
<?php
$message = $_REQUEST['message'];
?>
<br/><b>Description</b><br/>
<TEXTAREA NAME="message" COLS=40 ROWS=6 value="<?=$message;?>"></TEXTAREA><br/><br/>
<input type="hidden" name="MAX_FILE_SIZE" value="1000000" />
but it doesn’t appear to be working. The value of ...
Hey there!
I'm coding my new portfolio and the navigation on it is in the wrong place and I can't figure out why.
http://i26.tinypic.com/25psi10.png
I want the text to be inline with the lines on the sides but instead it's moved to the right and down and I can't figure out why it's done this.
This is the relevant coding:
MozazDes...
Ok, I have removed my code from here in favour of uploading the lot here:
http://www.project-vanquish.co.cc/jRPGrid-v0.4b/index.html
(please ignore any SQL errors)
Clicking on a Grid-Node - moves the character to the position (boundries enabled)
Dragging the character - moves to the position (boundries enabled)
Using the keyboard curs...