|
| Opera on my Motorola A1200E |
 |
Tue, 25 Mar 2008 15:18:32 +080 |
Hi all,
I want write program to start Opera on my a1200e mobile phone, which is
linux base device. The program successfully start the Opera but I don't
known how to navigate to certain URL when starting, like on windows XP, i
launch the command line: Opera http://www.google.com, the Opera will be
start and automatically navigate to the URL:http://www.google.com.
My program:
...
system(". /home/native/.profile");
system("export OPERA_DIR=/usr/SYSqtapp/opera/res"); // export
OPERD_DIR
system("/usr/SYSqtapp/opera/opera http://www.google.com"); // I want
start
opera with parameter http://www.google.com so that navigate to that url when
starting
...
Is there any nabs known how to do that?
Thanks and best regards,
Robin
|
| Post Reply
|
|
|
|
|
|
|
|
|
|