![]() |
|
|||||||||
|
|||||||||
|
| Attention Visitor: |
| You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
||||||
| Discutii Generale Discutii generale despre PHP. |
![]() |
|
|
Thread Tools | Moduri de afișare |
|
|
#1 |
|
8-Bit Member
Data înregistrării: 17.07.2008
Mesaje: 1
Rep Power: 4 ![]() |
$browser = new COM("InternetExplorer.Application");
$browser->Visible = 1; $browser->navigate("aici o pagina"); //aici e marea buba $browser = null; Am rugamintea daca ma poate ajuta cineva sa imi dau seama cu pot sa fac un fel de duplicat al unei pagini web. Am nevoie de ceva de genul: $word = new COM("word.application") or die("Unable to instantiate Word"); $word->Visible = 0; $file="***"; $word->Documents->Open($file); $dir="***"; $word->Documents[1]->SaveAs( "$dir."\\".$file); $word->Documents[1]->close(false); $word->Quit(); $word = null; dar pt IE nu MSWord. Am incercat cu SaveAs() si nu a mers....poate nu stiu eu sa aplic functia calumea/pe o anume proprietate. |
|
|
|
| Sponsored Links |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Moduri de afișare | |
|
|