Dreamweaver allows you to preview and edit dynamic content using the Live Data window.
NOTE |
|
Links dont work in the Live Data window. To test your links, use the Dreamweaver Preview in Browser feature. (See Checking for browser compatibility.) |
While dynamic content is displayed, you can perform the following tasks:
To achieve this effect, Dreamweaver runs the dynamic page on your server before displaying it in the Live Data window. Whenever you switch to the Live Data window, a temporary copy of the open document is sent to your application server for processing. The resulting page is returned and displayed in the Live Data window, and the temporary copy on the server is deleted.
You can toggle between the Document window and the Live Data window by selecting Live Data from the View menu. If a page expects data from the user--for example, the ID number of a record selected in a master page--you can provide the page with that data yourself in the Live Data Settings dialog box.
Enter the test data in the following format:
name=value;
In this format, name is the URL parameters name expected by your page and value is the value held by that parameter.
You can also define name/value pairs in the Live Data Settings dialog box (View > Live Data Settings) and save them with the page.
![]() | ![]() |