Each Importer/Exporter shall be required to file importer/ exporter profile once with the Regional Authority in Part 1 of ‘Aayaat Niryaat Form - ANF2A’. Regional Authority shall enter the information furnished in Part 1 of ‘Aayaat Niryaat Form ANF-2A’ in their database so as to dispense with the need for asking the repetitive information. In case of any change in the information given in Part 1 of ‘Aayaat Niryaat Form ANF-2A’, importer/exporter shall intimate the same to the Regional Authority.
var adPageName = '../test.htm';
var locationPath = '../India-Trade-Data/Default.aspx?Demo=1';
//
//
//
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "https://www.");
document.write(unescape("%3Cscriptt src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascriptt'%3E%3C/scriptt%3E"));
var pageTracker = _gat._getTracker("UA-1719776-2");
pageTracker._initData();
pageTracker._trackPageview();
// JScript File
Ext.ux.IFrameComponent = Ext.extend(Ext.BoxComponent, {
onRender: function(ct, position) {
this.el = ct.createChild({ tag: 'i frame', id: 'i frame-' + this.id, frameBorder: 0, src: this.url, width: '100%', height: '100%' });
}
});
//Created by Durlabh Computers Pvt. Ltd.
var ExtHelper = { version: "1.0" };
ExtHelper.adWindow = { };
ExtHelper.OpenWindow = function(config) {
var win;
if (config.id) {
win = Ext.getCmp(config.id);
}
if (config.i frameUrl) {
config.items = [new Ext.ux.IFrameComponent({ id: config.id, url: config.i frameUrl })]
}
if (!win) {
win = new Ext.Window(config)
ExtHelper.adWindow = win;
}
win.show();
return win;
};
function showAd() {
var config = {};
config.id = 'window1';
config.i frameUrl = adPageName;
config.width = 500;
config.height = 300;
config.title = 'Ad Viewer';
config.autoScroll = true;
config.buttons = [{
text: 'Take me to the Trade Data',
handler: function() {
ExtHelper.adWindow.hide();
location.target='_blank' rel='nofollow' href = locationPath;
}
}]
var win1 = ExtHelper.OpenWindow(config);
win1.setPosition(window.width/2,window.height/2);
}