It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Partner Sites

Search found 900 matches

Return to advanced search

Re: make calendar live in html

It appears that you haven't done any research.

Search for "dhtml calendar", should provide you useful hints :)
by rangana
on Tue Jul 07, 2009 7:38 pm
 
Forum: HTML Forum
Topic: make calendar live in html
Replies: 4
Views: 88894

Re: Page jump on load only in IE (caused by java sub menu nav)

I'm viewing it under IE7, but I'm not sure if I'm seeing the jump effect.

When does the jump occur? What url? Do I need to click any navigation for it to occur?

Please provide further info.
by rangana
on Mon Jun 22, 2009 8:12 am
 
Forum: JavaScript Forum
Topic: Page jump on load only in IE (caused by java sub menu nav)
Replies: 1
Views: 783

Re: iframe problem

You cannot do that. Read about SOP (Same Origin Policy) and you'll see that it's the limitation of cross-domain scripting :)

Hope that helps.
by rangana
on Mon Jun 22, 2009 8:06 am
 
Forum: PHP and MySQL Forum
Topic: iframe problem
Replies: 1
Views: 114

Re: Form Validation

You need to learn RegularExpression to make thins easier for you. You might find these links a good way to start : http://www.devarticles.com/c/a/JavaScript/Form-Validation-with-JavaScript-Regular-Expressions-Part-1/ http://www.javascript-coder.com/html-form/javascript-form-validation.phtml http://w...
by rangana
on Mon Jun 22, 2009 7:58 am
 
Forum: JavaScript Forum
Topic: Form Validation
Replies: 1
Views: 573

Re: make calendar live in html

Search for calendar script on the web, there are lots of them residing along the internet.
by rangana
on Mon Jun 22, 2009 7:51 am
 
Forum: HTML Forum
Topic: make calendar live in html
Replies: 4
Views: 88894

Re: On page load, if cookie set then hide div?

Hi Panzer,

One thing, please avoid using "language" attribute for your script tags. It's deprecated.
by rangana
on Mon Jun 22, 2009 7:44 am
 
Forum: JavaScript Forum
Topic: On page load, if cookie set then hide div?
Replies: 2
Views: 572

Re: Javascript browser compatability issues.

Try to get Firebug, it will let you know the exact cause of the Error.

Also, I assume that you're running under smarty template right?, You should ensure that you place the script tags under "literal" blocks

Hope that helps.
by rangana
on Mon Jun 22, 2009 7:40 am
 
Forum: JavaScript Forum
Topic: Javascript browser compatability issues.
Replies: 1
Views: 171

Re: Naive newbie question about graphics in game script

Hi Mark,

Just zip it somewhere along the web and leave to us the URL so we could take a closer look.
by rangana
on Sat Jun 06, 2009 6:47 am
 
Forum: JavaScript Forum
Topic: Naive newbie question about graphics in game script
Replies: 7
Views: 1444

Re: Fixed Head and Footer Prolems. HELP

To remove the padding around the table's edge, you need to ensure that there is no padding along the TD elements.

You can add this on your rule:
Code: Select all
* {
padding:0px;
/* margin: 0px; */ /* Adding this rule will remove all default margins on the element*/
}


Hope that helps.
by rangana
on Mon May 18, 2009 7:21 am
 
Forum: HTML Forum
Topic: Fixed Head and Footer Prolems. HELP
Replies: 1
Views: 282

Re: Naive newbie question about graphics in game script

Hi Mark,

It would be a lot better if you could place in the script that you are using. It will help us easily understand what you're trying to point out.
by rangana
on Mon May 18, 2009 7:14 am
 
Forum: JavaScript Forum
Topic: Naive newbie question about graphics in game script
Replies: 7
Views: 1444

Re: Javascript to create a link

Use location.href then.
by rangana
on Thu May 14, 2009 5:21 pm
 
Forum: JavaScript Forum
Topic: Javascript to create a link
Replies: 11
Views: 656

Re: Javascript to create a link

After you use the "appendChild()" function, you can add a line which would open the passed URL:
Code: Select all
window.open(url,'window_name','width=300,height=300');


Hope that helps.
by rangana
on Thu May 14, 2009 4:55 pm
 
Forum: JavaScript Forum
Topic: Javascript to create a link
Replies: 11
Views: 656

Re: Javascript to create a link

You want to open the URL as passed on "url" argument?

Have you tried on using window.open() after appending the link?
by rangana
on Thu May 14, 2009 3:30 pm
 
Forum: JavaScript Forum
Topic: Javascript to create a link
Replies: 11
Views: 656

Re: Javascript to create a link

You want to create the link?

You need to "append" the created element instead.

Use appendChild(). For further reading:
http://www.webreference.com/js/column44 ... child.html

Hope that helps.
by rangana
on Thu May 14, 2009 3:07 pm
 
Forum: JavaScript Forum
Topic: Javascript to create a link
Replies: 11
Views: 656

Re: Javascript to create a link

Could you please provide your "pageURL" function.
by rangana
on Thu May 14, 2009 2:32 pm
 
Forum: JavaScript Forum
Topic: Javascript to create a link
Replies: 11
Views: 656
Next

Return to advanced search