is it possible to open a new window with current page information??
<script>
function winopen(url)
{
window.open(url,'myWin','toolbar=yes,width=300,height=250,directories=no,status=yes,scrol...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20191748.html
Zones:
JavaScriptDate Answered: 12/10/2001 Grade: A Views: 0
Hi!
I have a main window that opens another window with another url:
newWin=window.open('nw.html', id, 'resizable,width=1015,height=700');
If I type in the address field of the browser the mai...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20708270.html
Zones:
JavaScriptDate Answered: 08/23/2003 Grade: B Views: 0
Hi all,
I have a macro assigned to a button and I'd like to close workbook (without saving changes) and reopen it.
Please, have a look at it and tell me what's wrong with that macro...
Private...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel...
Zones:
MS ExcelDate Answered: 08/12/2005 Grade: A Views: 0
I used the appwizard to create an SDI where I changed the base class of CView to CEditView. So, a text file passed as a command-line argument will display and be editable(by default). I have a te...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10083778.htm...
Zones:
Windows MFCDate Answered: 09/25/1998 Grade: B Views: 0
has anyone ever had a problem where if you close an excel workbook, excel almost instantly reopens the file by itself?
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_101...
I have a subroutine that populates an Excel97 sheet with values. The first part looks like this:
Sub CustomerExcel(ogroup As String)
Dim XL As Object
Dim rs As Recordset
Dim fname As ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10162299.html
Zones:
MS AccessDate Answered: 05/19/1999 Grade: A Views: 0
On my machine, if I open a .msg file, it opens fine. I close it and try to open it again, I get a file in use error. If I close outlook and reopen it, it again works fine the first time and I get...
http://www.experts-exchange.com/Software/Office_Productivity/Groupware/Outlook/Q_20957055....
I have an input file and I want to restart it at the end of a loop and reopen it at the beginning.
ifstream input(infile.c_str());
When I get to the end, what is the best way to start back at...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21184098.html
Zones:
C++Date Answered: 10/27/2004 Grade: A Views: 13
I am using Application.Ontime to work around a Word nuisance and it works fine, but stops working when I reopen the document Oddly, if I change the name of the procedure it calls it works again, b...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Word/...
Zones:
MS WordDate Answered: 04/19/2005 Grade: A Views: 0
I open a text file and read its contents and write this contents that I have read to an output file.
I then want to open the text file again along with the output file for reading and then read a...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21508756.html
Zones:
C++Date Answered: 07/29/2005 Grade: A Views: 0