Go Back   CodingForums.com > :: Client side development > JavaScript programming > Ajax and Design

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-14-2007, 01:13 AM   PM User | #1
Jam87
New to the CF scene

 
Join Date: Jun 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Jam87 is an unknown quantity at this point
i.e6 and ajax :|

Hi all,

I've recently been playing around with the prototype window ajax class, trying to build a login form popup kinda thing. So far i've got the window working fine in firefox, but under explorer the login button disappears :|

If anyone knows what the problem might be i'd be hugely grateful as this is really starting to bug me

code is below and url

url: http://www.thinlemon.com/projects/blutanium/

script:

function openDialog2(html) {
var effect = new PopupEffect(html, {className: "popup_effect1"});
var win = new Window({className:"alphacube", width: 200, height:null, showEffect:effect.show.bind(effect), hideEffect:effect.hide.bind(effect)})
win.getContent().update(name<b>name</b>)
win.showCenter()
}

button:

<input type="button" onClick="openDialog2(this)" value="login">

Thanks in advance for any help

Jam87

Last edited by Jam87; 06-14-2007 at 01:25 AM..
Jam87 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:58 AM.


Advertisement
Log in to turn off these ads.