Search found 9 matches

by quioske
Thu Aug 06, 2009 10:34 pm
Forum: UI Design/Usability
Topic: Full screen
Replies: 13
Views: 17779

Re: Full screen

With window.resize,Can I specify that menubar and toolbar should be off?
by quioske
Wed Aug 05, 2009 8:18 am
Forum: UI Design/Usability
Topic: Full screen
Replies: 13
Views: 17779

Re: Full screen

Hi, I am using this script to resize the window. it is working fine in IE and mozilla, but not working in chrome and safari. i need cross browser compatibility for all browser moreover this code is not hiding the menu bar , addressbar . (this script is taken from microsoft website( http://support.mi...
by quioske
Mon Aug 03, 2009 6:54 am
Forum: UI Design/Usability
Topic: Full screen
Replies: 13
Views: 17779

Re: Full screen

thanks for the reply,

But what i need is a PHP code to open the page in full screen automatically.

thanks
by quioske
Fri Jul 31, 2009 7:32 am
Forum: UI Design/Usability
Topic: Full screen
Replies: 13
Views: 17779

Re: Full screen

can u pls tell me how to do this with window.open()

i need only close button there

thanks for the reply jackpf

you have helped me a lot
by quioske
Fri Jul 31, 2009 6:51 am
Forum: UI Design/Usability
Topic: Full screen
Replies: 13
Views: 17779

Re: Full screen

jackpf,thanks for the reply

i have to go through the updation of code on each n every page.

That is the reason , i am looking for some external coding to open the application in full screen

i have seen it is using include_once() to open the file.
by quioske
Fri Jul 31, 2009 6:34 am
Forum: UI Design/Usability
Topic: Full screen
Replies: 13
Views: 17779

Re: Full screen

In the application, they are not using window.open() .

is there any other way through which i can do this , like CSS.

i cannot change the code.

thanks for the reply
by quioske
Fri Jul 31, 2009 6:18 am
Forum: UI Design/Usability
Topic: Full screen
Replies: 13
Views: 17779

Full screen

Hi all,

I am on to the maintenance of PHP web based application.

the application is currently opening in browser with all sort of tool bar and address bar.

i want to make the application to open in full screen with only close button at the top-right corner.

how can i do this

thanks in advance
by quioske
Mon Jul 27, 2009 10:46 pm
Forum: Databases
Topic: CSV Format
Replies: 2
Views: 346

Re: CSV Format

Thanks VladSun,
one more thing, how can i output textbox data to csv format
by quioske
Mon Jul 27, 2009 8:20 am
Forum: Databases
Topic: CSV Format
Replies: 2
Views: 346

CSV Format

Hi,

I want to convert a MS-SQL recordset to a csv file.

how can i do this.

Thanks in advance