[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ic] styles in [page] tag


On Sunday 25 April 2004 18:11, rbragg wrote:
> <td valign="top" class="myclass">
>    [page href=scan arg="
>    fi=products
>    st=db
>    co=1
>    sf=myfield
>    se=searchspec
>    nu=0
>    ml=1000
>    tf=sortfield
>    to=x
>    sp=myresultspage"
>    ]
>       blablabla
>    [/page]
> </td>
>
>
> The link always uses the style for:
> A:link, A:active, A:visited

 Try the [area] tag, which is identical to page except it doesn't add the 
anchor tag:

 <a class="myclass" href="[area href='scan' arg=|
	args go here
	|]">Blah blah blah</a>

> Also I need to set a scratch variabe when someone clicks on a link.

 Try using mv_click, like this:

[set my_stuff]
	[set my_scratch_variable] foo bar baz [/set]
[/set]

 <a href="[area href='scan' arg=|
 	... your args ...
	mv_click=my_stuff
	|]">Blah blah blah</a>


Regards,
-- 
Chris Wenham - Synesmedia, Inc.
http://www.synesmedia.com
516-620-4110 / 1-888-255-7573

_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.