Jump to content

opening from the db using Ajax


Lefu

Recommended Posts

hello friends,

 

I am trying something different.

1st I have this login code in the db and want to display it:

 

  <table class="login" cellpadding="" cellspacing="">

<th colspan="2">Log in table</th> 

<tr> <td>User name</td>

<td><input  type="text" name="edtUsername" value=""class="" size="" >

</td>

</tr>

<tr>

<td>Password</td>

<td><input  type="password" name="edtPasswd" value=""class="" size="" ></td>

</tr>

<tr>

<td colspan="2"><input  type="button" name="" value="Forgot password ? Change it here. " class="linkbutton" onclick="setloginid(50);" ></td>

</tr>

<tr>

<td><input  type="submit" name="" value="LOG IN" class="button" onclick="setloginid(20);" >

</td>

<td><input  type="button" name="" value="Register" class="button" onclick="setloginid(30);" ></td>

</tr>

</table>

 

I am using php and mysql, so using ajax can I produce using this code  to look like the attached file? and how?

 

I have index.php and iframe

 

[attachment deleted by admin]

Link to comment
https://forums.phpfreaks.com/topic/76781-opening-from-the-db-using-ajax/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.