Guest User

Untitled

a guest
Oct 26th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <%
  2. Dim test as String = "ABC"
  3. %>
  4. <!doctype html>
  5. <html>
  6. <head></head>
  7. <body>Hello.<%= test %></body>
  8. </html>
  9.  
  10. <%
  11. Dim test as String = "XYZ"
  12. %>
  13. <!doctype html>
  14. <html>
  15. <head></head>
  16. <body>Hello.<%= test %></body>
  17. </html>
  18.  
  19. <%
  20. Dim test as String = "XYZ"
  21. %>
  22. <!doctype html>
  23. <html>
  24. <head></head>
  25. <body>!Hello.<%= test %></body>
  26. </html>
Add Comment
Please, Sign In to add comment