The URL path, question mark, and the text entered into the field constitute the
complete URL submitted to the testing server when you invoke or refresh Live Data.
Depending on the length of the pathname, some elements, such as folders, may be represented
by an ellipsis (three dots) so that Dreamweaver can display the filename and question mark.
Consider an example that uses the query string. Suppose that you??™ve developed a page for an organization
that displays employees and whether they??™re under contract. The contract status shown depends on the link
selected by the user; the links are identical except for the query string portion. For uncontracted employees,
the link reads employees.cfm?contract=no, whereas for contracted employees, the link reads
employees.cfm?contract=yes. The recordset on the employees.cfm page uses a filter that sets the
Contract field equal to the URL parameter called contract.
Although the query string field is present by default, you can disable it by switching the
Method option in the Live Data Settings dialog box from Get to Post. To re-enable the query
string field, choose View ??? Live Data Settings and select Get as the Method option.
After entering Live Data view by any of the methods described previously, you can switch back and forth
between the two sets of returned data by changing the value in the query string name=value pair.
Pages:
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258