Jump to content

Navigate to a Diffrent Page


Dysan

Recommended Posts

How do I navigate to a different page, if JavaScript is disabled?

 

Same as if javascript is enabled, you navigate by clicking a link.

 

how do I use the PHP header, if JavaScript is detected as disabled?

 

Javascript is detected by code running on the client computer. PHP runs on the server.

 

Rather those pose half a question, why not ask all of your question and/or provide context?

Basically, I want to display a record deletion confirmation div. Upon a delete button being click, to delete records from a table, I want to display a div contain "Yes" and "No" buttons, to allow the user to confirm his/her action.

 

If JavaScript is turned of, how do I navigate to a different page, that contains "Yes" and "No" buttons. Like in the div, clicking on the "Yes" button will delete the records, and return back to the previous screen, where as clicking "No" will just return back to the previous screen.

 

Hope this makes it a bit more clearer on what I'm trying to do!!!

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.