Databases Reference
In-Depth Information
Figure 8-21. Changing the display type of the column to Standard Report Column
7.
Apply your changes. Now create a new form in the same application. Choose
the Form on a Table or View form type.
8.
Choose the Customers table or view in the next step of the wizard.
9. Complete the rest of the wizard using the default settings.
You are now ready to initiate the attack. Let's irritate your end users by having the Customers report
automatically redirect to the Google site every time they try to view the report.
1.
Run the form you've just created.
2.
In one of the text fields on the form, specify the JavaScript shown in Listing 8-
10.
Listing 8-10. The Malicious Script
<script>window.location='http://www.google.com';</script>
3.
You should now see the screen shown in Figure 8-22. Click the Create button
to save your data.
Search WWH ::




Custom Search