Kelvin Chua
|
| Posted: 07/12/2001, 2:59 AM |
|
Hi there,
I create a new Form within the ViewRecord Page, with its 'Name' as 'Back',
and 'Form Title' as 'Back', the 'Type' as 'Menu'. I also added a new field,
with its Caption as 'Go to Previous Page', its Type as 'URL'.
I tried to insert ASP scripts into the events, but it would not compile.
Does anyone knows what must I insert at the event on Open so that when the
user were to click the button, it will bring them to the previous page.
Thank you in advance.
Kelvin Chua
SINGAPORE
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 07/12/2001, 4:53 AM |
|
1) That it wouldn't compile is not a CC issue but some minor syntax error
2) >create a new Form within the ViewRecord Page, with its 'Name' as 'Back',
> and 'Form Title' as 'Back', the 'Type' as 'Menu'.
I don't quite get what you mean
2) If you want to go back , just add the follwoing code to form
footer :
<a href="javascript:history.back()">Back</a>
--
Alex
CC
Kelvin Chua <NOkelvinSPAM@accpro.com.sg> wrote in message
news:9ijsdv$fvd$1@news.codecharge.com...
> Hi there,
>
> I create a new Form within the ViewRecord Page, with its 'Name' as 'Back',
> and 'Form Title' as 'Back', the 'Type' as 'Menu'. I also added a new
field,
> with its Caption as 'Go to Previous Page', its Type as 'URL'.
>
> I tried to insert ASP scripts into the events, but it would not compile.
>
> Does anyone knows what must I insert at the event on Open so that when the
> user were to click the button, it will bring them to the previous page.
>
> Thank you in advance.
>
> Kelvin Chua
> SINGAPORE
>
>
>
|
|
|
 |
Kelvin Chua
|
| Posted: 07/12/2001, 5:14 AM |
|
Hi Alexey,
Thanks.
Kelvin Chua
SINGAPORE
"Alexey Alexapolsky" <alexa@codecharge.com> wrote in message
news:9ik336$se6$1@news.codecharge.com...
> 1) That it wouldn't compile is not a CC issue but some minor syntax error
> 2) >create a new Form within the ViewRecord Page, with its 'Name' as
'Back',
> > and 'Form Title' as 'Back', the 'Type' as 'Menu'.
> I don't quite get what you mean
> 2) If you want to go back , just add the follwoing code to form
> footer :
> <a href="javascript:history.back()">Back</a>
>
> --
> Alex
> CC
>
>
> Kelvin Chua <NOkelvinSPAM@accpro.com.sg> wrote in message
>news:9ijsdv$fvd$1@news.codecharge.com...
> > Hi there,
> >
> > I create a new Form within the ViewRecord Page, with its 'Name' as
'Back',
> > and 'Form Title' as 'Back', the 'Type' as 'Menu'. I also added a new
> field,
> > with its Caption as 'Go to Previous Page', its Type as 'URL'.
> >
> > I tried to insert ASP scripts into the events, but it would not compile.
> >
> > Does anyone knows what must I insert at the event on Open so that when
the
> > user were to click the button, it will bring them to the previous page.
> >
> > Thank you in advance.
> >
> > Kelvin Chua
> > SINGAPORE
> >
> >
> >
>
>
|
|
|
 |
|