View Full Version : Form - <&my_form_name()>
bostjank
07-14-2004, 07:55 AM
Hi!
I have and old web page that I need to redesign. On a pages with forms "function" like this is shown: <&my_form_name()>. But there is no function like my_form_name() in any of the pages - however, on a web page the form looks fine.
Does any body know how these forms are functioning?
Thanks,
Bostjan
mindlessLemming
07-14-2004, 08:41 AM
If (isset(SOURCE CODE)) {
Help
} else {
Wait for source code
}
ronaldb66
07-14-2004, 08:46 AM
I can't believe you didn't use the WaitFor() function for that... :D
Anyway, Bostjan: it may be something language-specific, or something proprietary / browser-specific, so a look at the source might shed some light on this. Frankly, it doesn't even come close to ringing bells.
bostjank
07-14-2004, 09:31 AM
This is the code - but nothing helpful. The form is shown at <&application_form()>
<html>
<head>
<title>Application form</title>
<style>
<!--
H1 { FONT-FAMILY: Verdana, Arial, sans-serif; FONT-SIZE: 150%; FONT-WEIGHT: normal; COLOR: #000000; MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; }
H2 { FONT-FAMILY: Verdana, Arial, sans-serif; FONT-SIZE: 120%; COLOR: #000000; MARGIN-TOP: 14px; MARGIN-BOTTOM: 4px; }
-->
</style>
</head>
<body>
<TABLE width=520 cellpadding=0 cellspacing=0 border=0>
<TR>
<TD style="font-family: Verdana, Arial, sans-serif; font-size: 80%"><H1>
Application Form</H1>
<IMG HEIGHT=8 SRC="file:///D:/img/spacer.gif" WIDTH=1 ALT=""></TD>
</TR>
<TR>
<TD valign="top" style="font-family: Verdana, Arial, sans-serif; font-size: 80%">
<&application_form()>
<H2>More info:</H2>
<p>...</p>
<P><BR></TD>
</TR>
</TABLE>
</body>
</html>
ronaldb66
07-14-2004, 09:48 AM
Hmmmm... some sort of include, likely, but in what language...?
Maybe you will get better results in the "Other server side languages / issues" forum, since it looks like something server-side scriptish to me; perhaps a kind moderator can move the post.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.