Thursday, May 10, 2007

Letter For Accomodation Allowance

WebDev - How after server code use the NavigateurOuvre?

How to open a Web page after treatment in server code?

must use the NavigateurOuvre. However, this feature is only available in browser code and not in server code.

The trick is to use a hidden field, which will act as boolean.
In server code, it performs the desired treatment, then we assign to a hidden field.
Then in the onload code page, use the following syntax: IF

SAI_MonChamp <> 0 then
NavigateurOuvre ("http://www.monsite.fr)
END

Wednesday, May 2, 2007

11 Days Late Negative Pregnancy Test No Symptoms

Style CSS and WebDev 11

As it does is not specified in the doc, here's how the CSS code in the description of a field.

Take the link field, for example. You have to go in describing the link in the Style tab.
Then click on "Edit".
Then in the description of the style in the CSS tab, you will set a code of css rollover link.
Select Overview and put the code (example):
color: # 411;
background: # aaa;
border-bottom: 1px solid # 555;

Forget the syntax: "a {}" and put that attributes.
This is a rollover effect using CSS.