Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
~474 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Mouse1989

I have been aroundsites a while and I have learnt that ajax isn't that dynamic. I tried to use iframes but got caught with cross frame AJAX and PHP with parent page. [URL="http://www.daniweb.com/forums/thread262323.html"]http://www.daniweb.com/forums/thread262323.html[/URL] Which no one answered on, so I went to AJAX. I call a php form for users …

Member Avatar for kishan112
0
112
Member Avatar for Mouse1989

I have a login script in an iframe and after you've successfully logged in, it brings up the index page of the member [code]header("location: member-index.php;[/code] On my main page (_parent) I have an AJAX include with the ID of 'regBox'. How would I cross the iframe and make the 'member-index.php' …

Member Avatar for Mouse1989
0
180
Member Avatar for Mouse1989

Just trying to get a very simple form working Getting a Parse error: syntax error, unexpected T_IS_EQUAL on line 10 [CODE]<?php $to = ""; $subject = "Contact Us"; $name = $_REQUEST['name'] ; $email = $_REQUEST['email'] ; $message = $_REQUEST['message'] ; $headers = "From: $email"; $embody = "Name: $name\nEmail: $email\nSuggestion: $message" …

Member Avatar for Jerail
0
106
Member Avatar for Mouse1989

I think...... I have a page of my website, the homepage. The iframe work in FF as seen below, but not correctly in IE. FF: [IMG]http://i22.photobucket.com/albums/b331/chubbymouse/playff.jpg[/IMG] IE: [IMG]http://i22.photobucket.com/albums/b331/chubbymouse/playie.jpg[/IMG] I've checked over my coding and I have no idea what that white box is (bordered pink on IE pic) it just …

Member Avatar for Mouse1989
0
76